dll.h

Go to the documentation of this file.
00001 
00009 #ifndef _DLL_H_
00010 #define _DLL_H_
00011 
00012 #if BUILDING_DLL
00013 # define DLLIMPORT __declspec (dllexport)
00014 #else /* Not BUILDING_DLL */
00015 # define DLLIMPORT __declspec (dllimport)
00016 #endif /* Not BUILDING_DLL */
00017 
00018 DLLIMPORT void ssolution(int[][],int,int,int*,char[]);
00019 
00020 #endif /* _DLL_H_ */

Generated on Sun Dec 18 19:26:13 2005 for n-Queens Problem by  doxygen 1.4.5